- state
- User state information which will be passed to the abstract methods.
Visual Basic (Declaration) | |
---|---|
Public Sub StartStreaming( _ ByVal state As TServiceState _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void StartStreaming( TServiceState state ) |
C++/CLI | |
---|---|
public: void StartStreaming( TServiceState state ) |
Parameters
- state
- User state information which will be passed to the abstract methods.
You can call this method multiple times to continue streaming after all streams have been processed.
Make sure that the Generic ServiceStreamer is not busy before calling this method by checking the Busy property.
Calling this method while the Generic ServiceStreamer is still busy causes an excpetion.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family